By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 0.5.0 (2024-07-29).md

View raw Download
text/plain • 3.1 kiB
Unicode text, UTF-8 text

Changelog for version 0.5.0

I can call this a beta now; while not feature-complete (there's an infinite amount of features one could consider useful), it should be sufficiently stable and usable for a real project.

Looks like releases always turn out to be (roughly) monthly. This one is late by one day πŸ˜›. It's much bigger than 0.4.

You can expect a stable release in late August – early October.

Note: πŸ”₯ marks important updates.

New features in this release

  • πŸ”₯ Post labelling.

    • Your repository can have any number of labels, defined in the settings, which can be applied to forum posts. They can be used for categorisation (bug, feature request, question, etc.), priority and so on.

    • Each label can have a different colour.

    • Only repository admins can edit labels, and only users with write access can attach them to posts.

  • πŸ”₯ Forum search.

    • The classic full-text, case-insensitive search is now available for forum posts.

    • It searches children as well as top-level posts.

    • You can filter by label and state. Sorting will be added later.

  • πŸ”₯ Auto-resolving.

    • A pull request field has been added that can have post numbers which will be marked as done when the pull request is merged.

  • The mobile design has been greatly improved.

    • Tabs now wrap to the next line.

    • Some padding has been added to pages which needed it.

    • Some headings are smaller on mobile, and so are user profile avatars.

    • The path bar wraps correctly.

    • And more.

  • You can now delete repositories.

    • This requires your password.

    • Only the owner (not any admin) can delete a repository.

  • . (full stop) is now allowed in repository names, once again. This is primarily so users can recreate their .config after deleting it.

  • Some icon-only buttons now have an ARIA label.

  • SEO is much better; most pages now have better titles and description meta-tags have been introduced.

Changed features in this release

  • In file trees, the directory size is now given as a count of elements instead of the useless 4K or whatever the block size is.

  • Webfonts have been removed; now the app uses only system fonts; still preferring the Roboto family as before.

  • On mobile WebKit, the blue highlight when tapping elements that already generate ripple effects has been removed.

  • Rebranded to beta.

  • Redundant buttons (back, forward, home, refresh) on the tree view have been removed, since the browser or other UI elements can do the same thing.

  • Translations for Romanian have been updated, as always.

  • Unlisted repositories are hidden from search engine crawlers.

Fixed bugs in this release

  • Forum posting permissions used to be incorrect.

  • The repository information dialogue now has a dialog form instead of a GET form.

  • The code responsible for closing dialogues when the backdrop is clicked has been fixed.

  • Child posts now show the parent's state and cannot have their own state.

Dependency updates

  • htmx has been updated to version 2.0.1.

                
                    
1
Changelog for version 0.5.0
2
===========================
3
4
I can call this a beta now; while not feature-complete (there's an infinite amount of features
5
one could consider useful), it should be sufficiently stable and usable for a real project.
6
7
Looks like releases always turn out to be (roughly) monthly. This one is late by one day πŸ˜›.
8
It's much bigger than 0.4.
9
10
You can expect a stable release in late August – early October.
11
12
*Note: πŸ”₯ marks important updates.*
13
14
New features in this release
15
----------------------------
16
17
* **πŸ”₯ Post labelling.**
18
* Your repository can have any number of labels, defined in the settings, which can be applied to
19
forum posts. They can be used for categorisation (bug, feature request, question, etc.),
20
priority and so on.
21
* Each label can have a different colour.
22
* Only repository admins can edit labels, and only users with write access can attach them to
23
posts.
24
* **πŸ”₯ Forum search.**
25
* The classic full-text, case-insensitive search is now available for forum posts.
26
* It searches children as well as top-level posts.
27
* You can filter by label and state. Sorting will be added later.
28
* **πŸ”₯ Auto-resolving.**
29
* A pull request field has been added that can have post numbers which will be marked as done
30
when the pull request is merged.
31
* The mobile design has been greatly improved.
32
* Tabs now wrap to the next line.
33
* Some padding has been added to pages which needed it.
34
* Some headings are smaller on mobile, and so are user profile avatars.
35
* The path bar wraps correctly.
36
* And more.
37
* You can now delete repositories.
38
* This requires your password.
39
* Only the *owner* (not any admin) can delete a repository.
40
* `.` (full stop) is now allowed in repository names, once again. This is primarily so users can
41
recreate their `.config` after deleting it.
42
* Some icon-only buttons now have an ARIA label.
43
* SEO is much better; most pages now have better titles and description meta-tags have been
44
introduced.
45
46
Changed features in this release
47
--------------------------------
48
49
* In file trees, the directory size is now given as a count of elements instead of the useless
50
4K or whatever the block size is.
51
* Webfonts have been removed; now the app uses only system fonts; still preferring the Roboto
52
family as before.
53
* On mobile WebKit, the blue highlight when tapping elements that already generate ripple
54
effects has been removed.
55
* Rebranded to beta.
56
* Redundant buttons (back, forward, home, refresh) on the tree view have been removed, since the
57
browser or other UI elements can do the same thing.
58
* Translations for Romanian have been updated, as always.
59
* Unlisted repositories are hidden from search engine crawlers.
60
61
Fixed bugs in this release
62
--------------------------
63
64
* Forum posting permissions used to be incorrect.
65
* The repository information dialogue now has a dialog form instead of a GET form.
66
* The code responsible for closing dialogues when the backdrop is clicked has been fixed.
67
* Child posts now show the parent's state and cannot have their own state.
68
69
Dependency updates
70
------------------
71
72
* htmx has been updated to version 2.0.1.
73